Browse, search, and visualize ONNX models. Try it out using the online demo or browse the ONNX files in the dataset. Neural network visualization powered by Netron.
model-explorer.mp4
Clone the repository:
git clone https://github.com/xenova/model-explorer.git
cd model-explorer
Install dependencies:
npm install
Run the development server:
npm run dev
Build for production:
npm run build
Preview the production build:
npm run preview
For more information about how the dataset was collected, check out transformers.js-benchmarking